go/types.Checker.convertUntyped (method)

12 uses

	go/types (current package)
		builtins.go#L278: 			check.convertUntyped(x, y.typ)
		builtins.go#L281: 			check.convertUntyped(&y, x.typ)
		builtins.go#L300: 				check.convertUntyped(x, Typ[Float64])
		builtins.go#L301: 				check.convertUntyped(&y, Typ[Float64])
		builtins.go#L436: 				check.convertUntyped(x, Typ[Complex128])
		expr.go#L586: 		check.convertUntyped(&c, typ)
		expr.go#L605: func (check *Checker) convertUntyped(x *operand, target Type) {
		expr.go#L949: 			check.convertUntyped(y, Typ[Uint])
		expr.go#L1102: 		check.convertUntyped(x, y.typ)
		expr.go#L1106: 		check.convertUntyped(&y, x.typ)
		index.go#L382: 	check.convertUntyped(x, Typ[Int])
		stmt.go#L245: 		check.convertUntyped(&v, x.typ)